home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_s / sm20a.zip / SYMBMATH.HL3 < prev    next >
Text File  |  1992-04-12  |  3KB  |  65 lines

  1.             20.     Keywords
  2.  
  3.         SymbMath has three versions. Shareware and Student Versions
  4. are lack some functions, (see the document file SymbMath.DOC for 
  5. detail). The following special symbols (about 110 words) are reserved:
  6.  
  7.             20.1   A list of keywords in alphabetical order
  8.  
  9. ----------------------------------------------------------------------
  10. abs, acos, acosh, acot, acoth, acsc, acsch, asec, asech, asin,
  11. asinh, assume, assumed, atan, atanh,
  12. BASIC,
  13. clear, clear_all, cleared, coef, complex, constant, cos, cosh, cot,
  14. coth, csc, csch,
  15. d, define, defined, deno, discont, done,
  16. E, e, end, erf, exp, expand, ExpExpand,
  17. fac, factor, FORTRAN, from,
  18. i, im, inf, inte,
  19. last, left, lim, list, ln, LnExpand,
  20. nume, Numerical, NumIntegrate,
  21. Off, On, Output,
  22. pi, prod, PASICAL,
  23. re, read, real, right,
  24. sec, sech, show_all, sgn, sin, sinh, solve, sqrt, subs, sum, step,
  25. system,
  26. table, tan, tanh, to, TwoDim,
  27. undefined,
  28. zero,
  29. +, -, *, /, ^, **, (), [], =, ==, >, >=, <, <=, <>, !, #, ,
  30. -----------------------------------------------------------------------
  31.  
  32.  
  33.              20.2 A list of keywords in functional order
  34.  
  35. ---------------------------------------------------------------------
  36. 1. Built-in constants: i, e, pi, inf, zero, constant, discont,
  37.         undefined.
  38. 2. Built-in variables: last.
  39. 3. Negative and positive: -, +.
  40. 4. Algebraic operators: +, -, *, /, ^, **, (), =, ==.
  41. 5. Logic operators: ==, >, >=, <, <=, <>.
  42. 6. Algebraic functions: -x, sqrt(x), sgn(x), abs(x), n!, fac(n).
  43. 7. Exponential functions: exp(x), ln(x), erf(x).
  44. 8. Trigonometric functions: sin(x), cos(x), tan(x), csc(x), sec(x),
  45.     cot(x), asin(x), acos(x), atan(x), acot(x), asec(x), acsc(x).
  46. 9. Hyperbolic functions: sinh(x), cosh(x), tanh(x), csch(x), sech(x),
  47.         coth(x), asinh(x), acosh(x), atanh(x), acoth(x), acsch(x),
  48.         asech(x).
  49. 10. User-defined functions: define(f(x)=x^2).
  50. 11. Calculus functions: d((y)/d(x)), inte((y)*d(x)), subs(x=a to y), 
  51.         lim(x=a, y), sum(), prod().
  52. 12. Transformation functions: list(), expand(), factor(), solve(),
  53.         table(), coef(), left(), right(), nume(), deno(), re(), im().
  54. 13. List: [a, b].
  55. 14. Element of list: f[1], last[1].
  56. 15. Switches: =, Numerical, NumIntegrate, Output, On, Off, BASIC,
  57.         FORTRAN, TwoDim, ExpExpand, LnExpand.
  58. 16. Commands: system(), clear(), clear_all, show_all.
  59. 17. Separators: "," , from, to, step.
  60. 18. Assume: assume(a>0), assume(b==real).
  61. 19. Define: define(f(x)=x^2).
  62. 20. Comment: #.
  63. 21. Action: defined, done, cleared, assumed.
  64. --------------------------------------------------------------------
  65.